From b9526a2fbd96221fec6ceeb010642e8ff269ffe2 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 10 Apr 2007 15:35:37 +0100 Subject: [PATCH] linux: Fix reboot.c after PV-on-HVM changes. Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/drivers/xen/core/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c index e8601f2394..cb95ac9326 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c @@ -231,7 +231,7 @@ static int shutdown_event(struct notifier_block *notifier, static int __init setup_shutdown_event(void) { static struct notifier_block xenstore_notifier = { - .notifier_call = setup_shutdown_watcher + .notifier_call = shutdown_event }; register_xenstore_notifier(&xenstore_notifier); -- 2.30.2